go/ast.IndexListExpr.Lbrack (field)

7 uses

	go/ast (current package)
		ast.go#L360: 		Lbrack  token.Pos // position of "["

	go/parser
		parser.go#L2938: 			Lbrack:  lbrack,

	go/printer
		nodes.go#L922: 		p.setPos(x.Lbrack)
		nodes.go#L924: 		p.exprList(x.Lbrack, x.Indices, depth+1, commaTerm, x.Rbrack, false)

	go/types
		index.go#L447: 			lbrack:  e.Lbrack,

	golang.org/x/tools/internal/typeparams
		common.go#L35: 		return e.X, e.Lbrack, e.Indices, e.Rbrack
		common.go#L57: 			Lbrack:  lbrack,